github.com/gotd/td/clock.systemTicker.ticker (field)
5 uses
github.com/gotd/td/clock (current package)
system.go#L22: ticker *time.Ticker
system.go#L26: return s.ticker.C
system.go#L30: s.ticker.Stop()
system.go#L34: s.ticker.Reset(d)
system.go#L40: return systemTicker{ticker: time.NewTicker(d)}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |